home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / script.cst / 00018_ÅwÉXÉvÉâÉCÉgǝÉLÉÉÉXÉgÇÐãtÇ…ï-é¶ÅiÉãÅ[ÉvÅjÅBÅx.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  271 b   |  9 lines

  1. on ChangeSpMin Num,StName,EndName
  2.   if the castNum of sprite Num = the number of cast StName then
  3.     set the castNum of sprite Num = the number of cast EndName
  4.   else
  5.     set the castNum of sprite Num = the castNum of sprite Num-1
  6.   end if
  7.   updateStage
  8. end ChangeSpMin
  9.